projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e632a11
)
(bookmark-menu-length): Fix typo in group name.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 00:14:21 +0000
(
00:14
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 00:14:21 +0000
(
00:14
+0000)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 97217a10e79695798b81dc46859ae6975b432f05..2252087b102efc64c4c32d42ae45d6613e18bad6 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-194,7
+194,7
@@
following in your `.emacs' file:
(defcustom bookmark-menu-length 70
"*Maximum length of a bookmark name displayed on a popup menu."
:type 'integer
- :group 'boo
lean
)
+ :group 'boo
kmark
)
;;; No user-serviceable parts beyond this point.